
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --neutral-0: #0F0F0F;
--neutral-1: #1C1C1C;
--neutral-2: #323232;
--neutral-3: #484848;
--neutral-4: #5D5D5D;
--neutral-5: #737373;
--neutral-6: #898989;
--neutral-7: #9E9E9E;
--neutral-8: #B4B4B4;
--neutral-9: #CACACA;
--neutral-10: #DFDFDF;
--neutral-11: #ededed;
--neutral-12: #fafafa;
--brand-1: #051729;
--brand-2: #0B2C4F;
--brand-3: #124173;
--brand-4: #195697;
--brand-5: #216CBB;
--brand-6: #2F81D8;
--brand-7: #5297E1;
--brand-8: #75ADE8;
--brand-9: #9AC3F0;
--brand-10: #BFD9F6;
--brand-11: #E4EFFB;
--brand-12: #E4EFFC;
--success-1: #061913;
--success-2: #0D362A;
--success-3: #175845;
--success-4: #207A60;
--success-5: #2B9B7A;
--success-6: #36BB94;
--success-7: #4ECEA9;
--success-8: #6FD9BA;
--success-9: #90E3CB;
--success-10: #B2ECDB;
--success-11: #D5F5EC;
--success-12: #E6F9F4;
--critical-1: #190606;
--critical-2: #360D0D;
--critical-3: #581717;
--critical-4: #7A2020;
--critical-5: #9B2B2B;
--critical-6: #BB3636;
--critical-7: #CE4E4E;
--critical-8: #D96F6F;
--critical-9: #E39090;
--critical-10: #ECB2B2;
--critical-11: #F5D5D5;
--critical-12: #F9E6E6;
--warning-1: #1A1605;
--warning-2: #262008;
--warning-3: #493F10;
--warning-4: #6C5C19;
--warning-5: #8E7A22;
--warning-6: #8E7A22;
--warning-7: #CFB337;
--warning-8: #D9C259;
--warning-9: #E2CF7B;
--warning-10: #EBDD9E;
--warning-11: #F3EAC1;
--warning-12: #FAF6E5;
--overlay-a1: #ffffff0d;
--overlay-a2: #ffffff1a;
--overlay-a3: #ffffff26;
--overlay-a4: #ffffff33;
--overlay-a5: #ffffff4d;
--overlay-a6: #ffffff66;
--overlay-a7: #ffffff80;
--overlay-a8: #ffffff99;
--overlay-a9: #ffffffb3;
--overlay-a10: #ffffffcc;
--overlay-a11: #ffffffe6;
--overlay-a12: #fffffff2;
--overlay-inverted-a1: #0000000d;
--overlay-inverted-a2: #0000001a;
--overlay-inverted-a3: #00000026;
--overlay-inverted-a4: #00000033;
--overlay-inverted-a5: #0000004d;
--overlay-inverted-a6: #00000066;
--overlay-inverted-a7: #00000080;
--overlay-inverted-a8: #00000099;
--overlay-inverted-a9: #000000b3;
--overlay-inverted-a10: #000000cc;
--overlay-inverted-a11: #000000e6;
--overlay-inverted-a12: #000000f2;
--body-bg: var(--neutral-11);
--primary: var(--brand-4);
--secondary: var(--brand-8);
--accent-1: var(--success-6);
--success: var(--success-6);
--critical: var(--critical-7);
--warning: var(--warning-8);
--focus: var(--primary);
--bg-1: var(--neutral-12);
--bg-2: var(--brand-11);
--border-1: var(--neutral-10);
--border-2: var(--neutral-0);
--text: var(--neutral-2);
--text-muted: var(--overlay-inverted-a5);
--text-inverted: var(--bg-1);
--heading: var(--neutral-0);
--shadows: #00000005;
    /* Fonts */
    --font-archivo: 'Archivo',sans-serif;

    /* Font size */
    --text-xs: clamp(0.70rem, 0.2vw + 0.68rem, 0.75rem);
--text-sm: clamp(0.82rem, 0.25vw + 0.8rem, 0.875rem);
--text-md: clamp(0.93rem, 0.35vw + 0.9rem, 1rem);
--text-lg: clamp(1rem, 0.4vw + 0.95rem, 1.125rem);
--text-xl: clamp(1.1rem, 0.45vw + 1rem, 1.25rem);
--text-2xl: clamp(1.25rem, 0.6vw + 1.1rem, 1.5rem);
--text-3xl: clamp(1.5rem, 0.8vw + 1.2rem, 1.875rem);
--text-4xl: clamp(1.75rem, 1vw + 1.3rem, 2.25rem);
--text-5xl: clamp(2.25rem, 1.5vw + 1.5rem, 3rem);
--text-6xl: clamp(2.75rem, 5vw + 1rem, 3.75rem);
    /* Font weight */
    --normal: 200;
--medium: 400;
--semi: 600;
--bold: 800;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --rounding-none: 0px;
--rounding-sm: 0.5rem;
--rounding-md: 1rem;
--rounding-lg: 1.5rem;
--rounding-full: 9999px;
--border-none: 0px;
--border-md: 1px;
--border-lg: 2px;
--line-height-xs: clamp(1rem, 0.3vw + 0.95rem, 1.1rem);
--line-height-sm: clamp(1.1rem, 0.35vw + 1rem, 1.25rem);
--line-height-md: clamp(1.3rem, 0.4vw + 1.1rem, 1.5rem);
--line-height-lg: clamp(1.4rem, 0.5vw + 1.2rem, 1.6rem);
--line-height-xl: clamp(1.5rem, 0.55vw + 1.3rem, 1.7rem);
--line-height-2xl: clamp(1.8rem, 0.6vw + 1.4rem, 2rem);
--line-height-3xl: clamp(2.1rem, 0.7vw + 1.6rem, 2.4rem);
--line-height-4xl: clamp(2.4rem, 0.8vw + 1.8rem, 2.8rem);
--line-height-5xl: clamp(2.8rem, 1vw + 2rem, 3.4rem);
--line-height-6xl: clamp(3rem, 1.2vw + 2.2rem, 4.25rem);
--letter-spacing-xs: 0rem;
--letter-spacing-sm: 0rem;
--letter-spacing-md: 0rem;
--letter-spacing-lg: 0rem;
--letter-spacing-xl: 0rem;
--letter-spacing-2xl: 0rem;
--letter-spacing-3xl: 0rem;
--letter-spacing-4xl: -0.045rem;
--letter-spacing-5xl: -0.0575rem;
--letter-spacing-6xl: -0.075rem;
--interactive-height-sm: 2rem;
--interactive-height-md: 2.5rem;
--interactive-height-lg: 3rem;
--toggle-height-md: 1.5rem;
--spinner-size-sm: 1.25rem;
--spinner-size-md: 1.5rem;
--spinner-size-lg: 1.75rem;
--header-height: 6rem;
--avatar-size-sm: 1.5rem;
--avatar-size-md: 2rem;
--avatar-size-lg: 3rem;
--badge-size-sm: 1.5rem;
--badge-size-md: 2rem;
--badge-size-lg: 2.5rem;
--padding-global: clamp(0.375rem, -0.146rem + 2.195vw, 1.5rem);
--padding-lg: clamp(4rem, 8vw, 8rem);
--padding-md: clamp(3rem, 5vw, 5rem);
--padding-sm: clamp(1.5rem, 2.5vw, 2rem);
--container-lg: 96rem;
--container-md: 80rem;
--container-sm: 64rem;
--shadow-1: 0 0.125rem 0.25rem var(--shadows), 0 0.25rem 0.375rem var(--shadows), 0 0.375rem 0.5rem var(--shadows);
--shadow-2: 0 0.25rem 0.5rem var(--shadows), 0 0.5rem 0.75rem var(--shadows), 0 0.75rem 1rem var(--shadows);
--shadow-3: 0 0.5rem 1rem var(--shadows), 0 1rem 1.5rem var(--shadows), 0 1.5rem 2rem var(--shadows);
--global-gap: clamp(0.5rem, 0.5vw + 0.4rem, 0.75rem);
--global-card: clamp(1rem, 5vw, 3rem);
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cgGrpZ {
    height:var(--height);
  position:fixed;
  align-items:start;
  pointer-events:none;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bess_invest_design_core\/sc-toast-region\:root {
    display:flex;
  align-items:center;
  justify-content:flex-end;
  }
      

      
        
      
      
  .bess_invest_design_core\/ui-toast-provider\:014O9K_iYNtOrIAxbLF7h {
    width:100%;
  display:flex;
  position:relative;
  max-width:360px;
  transition:height 150ms ease 0ms normal;
  flex-direction:column;
  }
      

      
        
      
      
  .bHYIqa {
    top:var(--top);
  width:100%;
  position:absolute;
  pointer-events:all;
  }
      

      
  .bHYIqa.swipe-out-top {
    translate:0 -100%;
  }
      


  .bHYIqa.swipe-out-right {
    translate:100% 0px;
  }
      


  .bHYIqa.swipe-out-bottom {
    translate:0 100%;
  }
      


  .bHYIqa.swipe-out-left {
    translate:-100% 0px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bess_invest_design_core\/ui-toast\:root {
    gap:0.75rem;
  color:var(--neutral-11, #B5B2BC);
  width:100%;
  opacity:0;
  translate:0 16px;
  padding-top:1rem;
  border-color:var(--neutral-6, #3C393F);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--rounding-lg);
  padding-right:1rem;
  padding-bottom:1rem;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
  .bess_invest_design_core\/ui-toast\:root.open {
    opacity:1;
  translate:0 0px;
  transition:translate 250ms ease 0ms normal, top 150ms ease 0ms normal;
  }
      


  .bess_invest_design_core\/ui-toast\:root.closing {
    opacity:0;
  translate:0 -16px;
  }
      


  .bess_invest_design_core\/ui-toast\:root.open-transition {
    transition:all 250ms ease 0ms normal;
  }
      


  .bess_invest_design_core\/ui-toast\:root.close-transition {
    transition:all 150ms ease 0ms normal;
  }
      


  .bess_invest_design_core\/ui-toast\:root.success {
    color:var(--success-11, #0BD8B6);
  border-color:var(--success-6, #145750);
  border-style:solid;
  border-width:1px;
  background-color:var(--success-2, #111C1B);
  }
      


  .bess_invest_design_core\/ui-toast\:root.warning {
    color:var(--warning-11, #FFCA16);
  border-color:var(--warning-6, #5C3D05);
  border-style:solid;
  border-width:1px;
  background-color:var(--warning-2, #1D180F);
  }
      


  .bess_invest_design_core\/ui-toast\:root.critical {
    color:var(--critical-11, #FF949D);
  border-color:var(--critical-6, #6F2539);
  border-style:solid;
  border-width:1px;
  background-color:var(--critical-2, #1E1517);
  }
      

        
      
      
  .rKRcu {
    gap:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .bKvuTc {
    width:fit-content;
  cursor:pointer;
  height:auto;
  }
      

      
  .bKvuTc.cursor_default {
    cursor:default;
  }
      

        
      
      
  .bess_invest_design_core\/ui-button-tertiary\:root {
    color:var(--text);
  width:fit-content;
  height:fit-content;
  font-size:var(--text-md);
  background:var(--overlay-inverted-a1);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:Barlow;
  font-weight:var(--semi);
  user-select:none;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .bess_invest_design_core\/ui-button-tertiary\:root:hover {
    background-color:var(--overlay-a2, #ffffff1a);
  }
      


  .bess_invest_design_core\/ui-button-tertiary\:root:active {
    transition:none;
  background-color:var(--overlay-a3, #ffffff26);
  }
      


  .bess_invest_design_core\/ui-button-tertiary\:root:focus-visible {
    outline-color:var(--focus);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  .bess_invest_design_core\/ui-button-tertiary\:root.trigger-open {
    background-color:var(--overlay-a3, #ffffff26);
  }
      


  .bess_invest_design_core\/ui-button-tertiary\:root.disabled {
    cursor:default;
  opacity:0.5;
  background-color:var(--overlay-a1, #ffffff0d);
  }
      

        
      
      
  .ecsgDW {
    width:var(--size);
  height:var(--size);
  animation:spinner 1s linear infinite;
  border-radius:50%;
  }
      

      
        
      
      
  .ffcKG {
    width:100%;
  height:100%;
  position:absolute;
  border-color:transparent;
  border-style:solid;
  border-width:4px;
  border-radius:50%;
  border-top-color:var(--color, #EEEEF0);
  border-top-style:solid;
  border-top-width:4px;
  }
      

      
        
      
      
  .bDGgpC {
    width:100%;
  height:100%;
  opacity:0.3;
  position:absolute;
  border-color:var(--color, #EEEEF0);
  border-style:solid;
  border-width:4px;
  border-radius:50%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dpRxZr {
    top:0px;
  left:0px;
  color:inherit;
  right:0px;
  bottom:0px;
  display:flex;
  z-index:;
  position:absolute;
  font-size:inherit;
  background:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .dSTcQe {
    width:fit-content;
  height:var(--button-height);
  display:flex;
  row-gap:0.35rem;
  font-size:var(--font-size);
  column-gap:0.35rem;
  align-items:center;
  font-family:Archivo;
  padding-left:var(--vertical-padding);
  padding-right:var(--vertical-padding);
  flex-direction:row;
  justify-content:center;
  }
      

      
  .dSTcQe.icon {
    width:var(--button-height);
  padding-left:0px;
  padding-right:0px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
  .frhUtS.loading {
    opacity:0;
  }
      

        
      
      
  .bess_invest_design_core\/ui-toast\:CLU89EKQuAJywj-VvvGpJ {
    width:var(--text-lg);
  height:var(--text-lg);
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  background-color:transparent;
  }
      

      
  .bess_invest_design_core\/ui-toast\:CLU89EKQuAJywj-VvvGpJ:hover {
    background-color:transparent;
  }
      


  .bess_invest_design_core\/ui-toast\:CLU89EKQuAJywj-VvvGpJ:active {
    background-color:transparent;
  }
      

        
      
      
  .bZjyYy {
    color:inherit;
  width:var(--size);
  height:var(--size);
  display:flex;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .jLDUB {
    flex:1;
  color:var(--text);
  display:inline-block;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:Archivo;
  font-weight:inherit;
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .jLDUB.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .jLDUB.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  .bess_invest_design_core\/ui-toast\:cb4pp82RmUA7oQYSLF-qs {
    color:inherit;
  }
      

      
        
      
      
  .EximI {
    color:var(--heading);
  width:100%;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:Archivo;
  font-weight:var(--semi);
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .EximI.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .EximI.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  .bess_invest_design_core\/ui-toast\:hj3ERIwvtYfxOnKlSEwNR {
    flex:1;
  color:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ezeRiZ {
    width:var(--width);
  height:var(--height);
  position:fixed;
  align-items:start;
  pointer-events:none;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bess_invest_design_core\/ui-toast-provider\:cgQCN3vQO76a8bGIQLf9v {
    align-items:end;
  padding-top:1.25rem;
  padding-left:1.25rem;
  padding-right:1.25rem;
  padding-bottom:1.25rem;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .bess_invest_design_core\/ui-toast-provider\:cgQCN3vQO76a8bGIQLf9v {
    align-items:center;
  justify-content:start;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .flszB {
    width:68rem;
  display:flex;
  row-gap:1.5rem;
  max-width:100%;
  translate:0 0% 0;
  background:var(--bg-1);
  box-shadow:var(--shadow-2);
  column-gap:1.5rem;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:translate 600ms ease 100ms;
  align-items:flex-end;
  margin-left:auto;
  padding-top:1rem;
  margin-right:auto;
  padding-left:1rem;
  margin-bottom:0.5rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:space-between;
  border-top-left-radius:var(--rounding-md);
  border-top-right-radius:var(--rounding-md);
  border-bottom-left-radius:var(--rounding-md);
  border-bottom-right-radius:var(--rounding-md);
  }
      

      
  .flszB {
    @starting-style {
            translate:0 100% 0;
  padding-top:0px;
  padding-bottom:0px;
          }
  }
      

        
      
      
  .bess_invest_design_core\/c-cookie-banner-settings\:-jt6Ic_I63_dWZZ-G877r {
    width:fit-content;
  }
      

      
        
      
      
  .LGjNi {
    flex:1;
  display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:flex-start;
  justify-content:space-between;
  }
      

      
        
      
      
  .ecocdk {
    width:100%;
  display:flex;
  row-gap:2rem;
  column-gap:2rem;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .fvrSoC {
    color:var(--text);
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:Archivo;
  font-weight:inherit;
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .fvrSoC.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .fvrSoC.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  
      

      
        
      
      
  .cVMNhr {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  opacity:0;
  position:absolute;
  pointer-events:none;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bess_invest_design_core\/ui-switch\:DmAadbby4LagUFMk8d0VD {
    width:var(--switch-width);
  height:var(--switch-height);
  transition:background-color 200ms ease 0ms normal;
  align-items:start;
  padding-top:0px;
  padding-left:var(--padding);
  border-radius:var(--rounding-full);
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:var(--padding);
  outline-offset:var(--border-md);
  padding-bottom:0px;
  justify-content:center;
  background-color:var(--neutral-8, #625F69);
  }
      

      
  .bess_invest_design_core\/ui-switch\:DmAadbby4LagUFMk8d0VD:hover {
    background-color:var(--neutral-7, #49474E);
  }
      


  .bess_invest_design_core\/ui-switch\:DmAadbby4LagUFMk8d0VD.checked {
    background-color:var(--brand-10, #8a75dd);
  }
      


  .bess_invest_design_core\/ui-switch\:DmAadbby4LagUFMk8d0VD.checked:hover {
    background-color:var(--brand-9, #755ed1);
  }
      


  .bess_invest_design_core\/ui-switch\:DmAadbby4LagUFMk8d0VD:focus-visible {
    outline-color:var(--focus);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      

        
      
      
  .dqsoTv {
    width:fit-content;
  height:fit-content;
  }
      

      
        
      
      
  .cSDEUo {
    display:flex;
  flex-direction:column;
  }
      

      
        
      
      
  .bess_invest_design_core\/ui-switch\:mbbtj0ktYTnVMa4ww4OVT {
    width:var(--switch-thumb-size);
  height:var(--switch-thumb-size);
  translate:0px 0px;
  transition:translate 200ms ease 0ms normal;
  border-radius:var(--rounding-full);
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
  .bess_invest_design_core\/ui-switch\:mbbtj0ktYTnVMa4ww4OVT.checked {
    translate:var(--translate-x-checked);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bAWoRV {
    gap:var(--gap);
  display:grid;
  grid-template-columns:repeat(var(--desktop), 1fr);
  }
      

      
          @media (max-width: 880px) {
            
  .bAWoRV {
    grid-template-columns:repeat(var(--tablet), 1fr);
  }
      

          }
          

          @media (max-width: 660px) {
            
  .bAWoRV {
    grid-template-columns:repeat(var(--landscape), 1fr);
  }
      

          }
          

          @media (max-width: 440px) {
            
  .bAWoRV {
    grid-template-columns:repeat(var(--portrait), 1fr);
  }
      

          }
          
        
      
      
  .NKRN {
    width:100%;
  height:5rem;
  background:white;
  }
      

      
        
      
      
  .bess_invest_design_core\/c-cookie-banner-settings\:PgqnoGGH7Pu7EwLm-XUZI {
    width:100%;
  row-gap:3rem;
  column-gap:3rem;
  }
      

      
        
      
      
  .bess_invest_design_core\/ui-button-secondary\:root {
    color:var(--neutral-0);
  width:fit-content;
  height:fit-content;
  font-size:var(--text-md);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal, color 200ms ease;
  align-items:center;
  font-family:Barlow;
  font-weight:var(--semi);
  user-select:none;
  border-color:var(--neutral-0);
  border-style:solid;
  border-width:var(--border-md);
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  -webkit-user-select:none;
  border-top-left-radius:var(--rounding-full);
  border-top-right-radius:var(--rounding-full);
  border-bottom-left-radius:var(--rounding-full);
  border-bottom-right-radius:var(--rounding-full);
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .bess_invest_design_core\/ui-button-secondary\:root:hover {
    color:var(--neutral-12);
  background:var(--neutral-0);
  }
      


  .bess_invest_design_core\/ui-button-secondary\:root:active {
    transition:none;
  }
      


  .bess_invest_design_core\/ui-button-secondary\:root.disabled {
    cursor:default;
  opacity:0.5;
  }
      


  .bess_invest_design_core\/ui-button-secondary\:root:focus-visible {
    outline-color:var(--focus);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  .bess_invest_design_core\/ui-button-secondary\:root.trigger-open {
    color:var(--neutral-12);
  background:var(--neutral-0);
  background-color:var(--neutral-2, #1A191B);
  }
      

        
      
      
  .eWtvmI {
    top:0px;
  left:0px;
  color:inherit;
  right:0px;
  bottom:0px;
  display:flex;
  z-index:;
  position:absolute;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
  .lVIwc.loading {
    color:transparent;
  }
      

        
      
      
  
      

      
        
      
      
  .bess_invest_design_core\/c-cookie-banner-settings\:Vxx1l7Z-ncf6ycxrvD6oX {
    width:fit-content;
  }
      

      
        
      
      
  .bess_invest_design_core\/c-cookie-banner-settings\:fbFJSHWMjBewzmJJQ0YVD {
    width:fit-content;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cNiyjH {
    display:flex;
  row-gap:0.75rem;
  flex-wrap:wrap;
  max-width:100%;
  column-gap:0.75rem;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dMAjjl {
    color:var(--color);
  cursor:pointer;
  display:inline-block;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  transition:color 300ms ease 0ms normal;
  font-family:Archivo;
  font-weight:var(--medium);
  line-height:var(--line-height);
  white-space:normal;
  border-radius:var(--rounding-md);
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  text-decoration-line:underline;
  text-decoration-color:var(--color-underline);
  text-decoration-style:solid;
  text-underline-offset:var(--underline-offset);
  text-decoration-thickness:var(--underline-thickness);
  }
      

      
  .dMAjjl:hover {
    color:var(--color-hovered);
  text-decoration-color:var(--color-underline-hovered);
  }
      


  .dMAjjl:active {
    color:var(--color-active);
  transition:none;
  }
      


  .dMAjjl:focus-visible {
    outline-color:var(--focus);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  .dMAjjl.no-underline {
    text-decoration-line:none;
  }
      

        
      
      
  
      

      
        
      
      
  .bess_invest_design_core\/c-cookie-banner-settings\:t8RnivY9NiWN2Qil9kLCX {
    width:fit-content;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .drymbc {
    width:100%;
  display:flex;
  row-gap:1.75rem;
  flex-wrap:wrap;
  column-gap:1.75rem;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fgNUgG {
    left:0px;
  right:0px;
  bottom:0rem;
  z-index:2000;
  position:fixed;
  overflow-x:clip;
  overflow-y:clip;
  padding-left:0rem;
  padding-right:0rem;
  }
      

      
        
      
      
  .cZfMsn {
    width:68rem;
  display:flex;
  row-gap:1.5rem;
  flex-wrap:wrap;
  max-width:100%;
  background:var(--bg-1);
  box-shadow:var(‑‑shadow‑3);
  column-gap:1.5rem;
  transition:opacity 400ms ease;
  align-items:center;
  margin-left:auto;
  padding-top:1rem;
  margin-right:auto;
  padding-left:1rem;
  margin-bottom:0.5rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:space-between;
  border-top-left-radius:var(--rounding-md);
  border-top-right-radius:var(--rounding-md);
  border-bottom-left-radius:var(--rounding-md);
  border-bottom-right-radius:var(--rounding-md);
  }
      

      
  .cZfMsn {
    @starting-style {
            opacity:0;
          }
  }
      

        
      
      
  
      

      
        
      
      
  .bess_invest_design_core\/ui-button-text\:root {
    color:var(--heading);
  width:fit-content;
  height:fit-content;
  font-size:var(--text-md);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:color 200ms ease;
  align-items:center;
  font-family:Barlow;
  font-weight:var(--bold);
  user-select:none;
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .bess_invest_design_core\/ui-button-text\:root:hover {
    color:var(--heading);
  opacity:0.75;
  font-family:Barlow;
  }
      


  .bess_invest_design_core\/ui-button-text\:root:active {
    transition:none;
  }
      


  .bess_invest_design_core\/ui-button-text\:root.disabled {
    cursor:default;
  opacity:0.3;
  }
      


  .bess_invest_design_core\/ui-button-text\:root:focus-visible {
    outline-color:var(--focus);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  border-top-left-radius:var(--rounding-full);
  border-top-right-radius:var(--rounding-full);
  border-bottom-left-radius:var(--rounding-full);
  border-bottom-right-radius:var(--rounding-full);
  }
      


  .bess_invest_design_core\/ui-button-text\:root.trigger-open {
    color:var(--neutral-1);
  }
      

        
      
      
  .bYosio {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  display:flex;
  position:absolute;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .bess_invest_design_core\/ui-button-text\:N2nrbY7aeHDZQO7x_tjYQ {
    padding-left:0px;
  padding-right:0px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fvYDLP {
    display:flex;
  row-gap:0.35rem;
  column-gap:0.35rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
  .fvYDLP.loading {
    opacity:0;
  }
      

        
      
      
  .bess_invest_design_core\/ui-button-text\:zAXDnXwWxocGGh_S-i75y {
    width:1rem;
  height:1rem;
  margin-right:0.25rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .luhqK {
    display:flex;
  row-gap:0.75rem;
  column-gap:0.75rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 640px) {
            
  .luhqK {
    width:100%;
  flex-direction:column-reverse;
  }
      

          }
          
        
      
      
  .wlBst {
    color:var(--text);
  width:1.75rem;
  height:1.75rem;
  }
      

      
        
      
      
  .eejJpk {
    display:flex;
  row-gap:1rem;
  max-width:100%;
  column-gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bess_invest_design_core\/ui-button-primary\:root {
    color:var(--text-inverted);
  width:fit-content;
  height:fit-content;
  font-size:var(--text-md);
  background:var(--neutral-0);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal, color 200ms ease;
  align-items:center;
  font-family:Barlow;
  font-weight:var(--semi);
  user-select:none;
  outline-color:var(--neutral-0);
  outline-style:solid;
  outline-width:var(--border-md);
  flex-direction:row;
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  -webkit-user-select:none;
  border-top-left-radius:var(--rounding-full);
  border-top-right-radius:var(--rounding-full);
  border-bottom-left-radius:var(--rounding-full);
  border-bottom-right-radius:var(--rounding-full);
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .bess_invest_design_core\/ui-button-primary\:root:hover {
    color:var(--neutral-0);
  background:transparent;
  }
      


  .bess_invest_design_core\/ui-button-primary\:root:active {
    transition:none;
  }
      


  .bess_invest_design_core\/ui-button-primary\:root:focus-visible {
    outline-color:var(--focus);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  .bess_invest_design_core\/ui-button-primary\:root.disabled {
    cursor:default;
  opacity:0.5;
  background:var(--neutral-0);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ehsCdo {
    top:0px;
  left:0px;
  color:inherit;
  right:0px;
  bottom:0px;
  display:flex;
  z-index:;
  position:absolute;
  font-size:inherit;
  background:var(--neutral-0);
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
          @media (max-width: 640px) {
            
  .bess_invest_design_core\/c-cookie-banner-popup\:dJw4eg7o_B3WnmoY0Tp-O {
    width:100%;
  }
      

          }
          
        
      
      
  
      

      
          @media (max-width: 640px) {
            
  .bess_invest_design_core\/c-cookie-banner-popup\:mOsaGCuxIOXvlGG-iQSDb {
    width:100%;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ebWJyh {
    width:100%;
  max-width:var(--container-lg);
  background:var(--bg-1);
  overflow-x:clip;
  overflow-y:clip;
  margin-left:auto;
  margin-right:auto;
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
        
      
      
  .dzkMvl {
    width:100%;
  max-width:var(--container);
  margin-left:auto;
  padding-top:var(--padding);
  margin-right:auto;
  padding-bottom:var(--padding);
  }
      

      
        
      
      
  .ROI-Rechner\:-Ow_t3EAb0gP1ue-0_W17 {
    background:transparent;
  padding-top:0px;
  padding-bottom:0px;
  }
      

      
        
      
      
  .fEgcAT {
    width:100%;
  row-gap:5rem;
  max-width:var(--container-lg);
  background:var(--bg-1);
  column-gap:5rem;
  margin-left:auto;
  padding-top:var(--padding-md);
  margin-right:auto;
  padding-left:var(--global-card);
  margin-bottom:var(--global-gap);
  padding-right:var(--global-card);
  padding-bottom:var(--padding-md);
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
        
      
      
  .cuRSZU {
    width:100%;
  display:flex;
  align-items:flex-start;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
          @media (max-width: 800px) {
            
  .cuRSZU {
    display:flex;
  row-gap:5rem;
  column-gap:5rem;
  align-items:center;
  flex-direction:column;
  justify-content:flex-end;
  }
      

          }
          
        
      
      
  .ehRFAV {
    cursor:pointer;
  }
      

      
        
      
      
  .nav-menu-item\:agHmLWVrvh3Hy6jXlSQeQ {
    font-weight:var(--medium);
  }
      

      
        
      
      
  
      

      
        
      
      
  .bKdpPD {
    row-gap:2rem;
  column-gap:2rem;
  flex-direction:row;
  }
      

      
        
      
      
  .cBVuQa {
    flex:1;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .kpgyE {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .footer\:T0J8VsuVEQXb0JtZqeazy {
    color:var(--primary);
  }
      

      
        
      
      
  .bNEXbe {
    flex:1;
  width:100%;
  display:flex;
  row-gap:2rem;
  max-width:36rem;
  column-gap:2rem;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ftJBPc {
    width:fit-content;
  cursor:pointer;
  height:fit-content;
  }
      

      
  .ftJBPc:focus-visible {
    outline-color:var(--focus);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:0.375rem;
  border-top-left-radius:var(--border-md);
  border-top-right-radius:var(--border-md);
  border-bottom-left-radius:var(--border-md);
  border-bottom-right-radius:var(--border-md);
  }
      


  .ftJBPc.no-link:focus-visible {
    outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  border-top-left-radius:var(--border-md);
  border-top-right-radius:var(--border-md);
  border-bottom-left-radius:var(--border-md);
  border-bottom-right-radius:var(--border-md);
  }
      


  .ftJBPc.no-link {
    cursor:default;
  }
      

        
      
      
  .fwwxcH {
    width:var(--width);
  height:fit-content;
  max-width:100%;
  }
      

      
        
      
      
  .edvRWz {
    width:100%;
  height:fit-content;
  object-fit:contain;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bkYNOs {
    row-gap:1.5rem;
  column-gap:1.5rem;
  }
      

      
        
      
      
  .cxEwqh {
    width:100%;
  height:1.5px;
  background-color:var(--grey-600, #525252);
  }
      

      
  .cxEwqh.orientation-vertical {
    width:1px;
  height:100%;
  }
      

        
      
      
  .bess_invest_design_core\/ui-separator\:root {
    background:var(--overlay-inverted-a1);
  }
      

      
        
      
      
  
      

      
        
      
      
  .footer\:q305-Ycfaq58a6qRL7JJ0 {
    color:var(--primary);
  }
      

      
        
      
      
  .bQWHFt {
    flex:0;
  }
      

      
        
      
      
  .footer\:rv-NmLjfbeWanvc2RfF6J {
    color:var(--text-muted);
  }
      

      
        
      
      
  .dihLAK {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
          @media (max-width: 480px) {
            
  .dihLAK {
    display:flex;
  row-gap:1rem;
  column-gap:1rem;
  flex-direction:column-reverse;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .dJUklo {
    top:0px;
  left:0px;
  width:100%;
  height:100%;
  position:absolute;
  background:radial-gradient(circle at left bottom, var(--brand-4) 0%, var(--brand-2) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  }
      

      
        
      
      
  .bRVTm {
    width:100%;
  display:flex;
  row-gap:var(--global-gap);
  column-gap:var(--global-gap);
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cLKkbP {
    width:100%;
  row-gap:var(--global-gap);
  column-gap:var(--global-gap);
  padding-left:var(--padding-global);
  padding-right:var(--padding-global);
  }
      

      
        
      
      
  
      

      
        
      
      
  .fuPixb {
    right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  position:absolute;
  background:radial-gradient(circle at right top, var(--brand-3) 0%, var(--brand-2) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  }
      

      
        
      
      
  .cJROXe {
    height:fit-content;
  }
      

      
        
      
      
  .navbar\:-J2BvEsp3AaCND-6EE3UK {
    margin-top:0.75rem;
  }
      

      
        
      
      
  .bNJdOx {
    width:var(--size);
  height:var(--size);
  }
      

      
        
      
      
  .cyIZTe {
    color:var(--color);
  width:100%;
  height:100%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bCrsFu {
    overflow-y:auto;
  touch-action:auto;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .navbar\:-YX98cfGcLm9EY9hteeWU {
    flex:1;
  overflow-x:visible;
  overflow-y:visible;
  padding-top:3rem;
  }
      

      
        
      
      
  .navbar\:-vYMLnmR6T4I2kVe4GNkf {
    width:100%;
  }
      

      
        
      
      
  .doBcUX {
    width:fit-content;
  height:5rem;
  }
      

      
        
      
      
  .navbar\:1amrQxTQClb-QyxKopRFQ {
    height:3rem;
  }
      

      
        
      
      
  .fejhQP {
    row-gap:1rem;
  column-gap:1rem;
  flex-direction:row;
  }
      

      
        
      
      
  .eXVNZA {
    width:100%;
  height:var(--header-height);
  display:none;
  max-width:var(--container-lg);
  background:var(--bg-1);
  margin-top:var(--global-gap);
  overflow-x:clip;
  overflow-y:clip;
  align-items:flex-start;
  margin-left:auto;
  margin-right:auto;
  justify-content:center;
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
          @media (max-width: 1000px) {
            
  .eXVNZA {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

          }
          
        
      
      
  .cSLJBo {
    width:100%;
  row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .byjkOA {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:-1;
  position:absolute;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bess_invest_design_core\/ui-drawer\:85BGAjAVpZmoU0bgBP_tE {
    opacity:0;
  background-color:var(--overlay-inverted-a9, #000000b3);
  }
      

      
  .bess_invest_design_core\/ui-drawer\:85BGAjAVpZmoU0bgBP_tE.open {
    opacity:1;
  }
      


  .bess_invest_design_core\/ui-drawer\:85BGAjAVpZmoU0bgBP_tE.open-transition {
    transition:opacity 300ms ease 0ms normal;
  }
      


  .bess_invest_design_core\/ui-drawer\:85BGAjAVpZmoU0bgBP_tE.close-transition {
    transition:opacity 300ms ease 0ms normal;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .KsFov {
    width:var(--width);
  height:var(--height);
  position:fixed;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  pointer-events:none;
  justify-content:center;
  }
      

      
  .KsFov.modal {
    touch-action:none;
  pointer-events:all;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bess_invest_design_core\/ui-drawer\:VzCHXreSUu2Wwhow4gkMb {
    padding-top:0rem;
  padding-left:0rem;
  padding-right:0rem;
  padding-bottom:0rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dCaozp {
    width:100%;
  height:var(--header-height);
  display:flex;
  max-width:var(--container-lg);
  background:var(--bg-1);
  margin-top:var(--global-gap);
  overflow-x:clip;
  overflow-y:clip;
  align-items:flex-start;
  margin-left:auto;
  margin-right:auto;
  justify-content:center;
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
          @media (max-width: 1000px) {
            
  .dCaozp {
    display:none;
  }
      

          }
          
        
      
      
  .eISecH {
    display:flex;
  background:var(--bg-1);
  align-items:center;
  padding-left:var(--global-card);
  padding-right:var(--global-card);
  justify-content:center;
  }
      

      
        
      
      
  .bcjtUi {
    flex:1;
  display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:flex-end;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .XmkNe {
    display:flex;
  background:var(--bg-1);
  align-items:center;
  padding-right:var(--global-card);
  justify-content:center;
  }
      

      
        
      
      
  .bOXRss {
    width:100vw;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  }
      

      
        
      
      
  .SWxlP {
    position:relative;
  outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  pointer-events:all;
  }
      

      
  .SWxlP:focus {
    outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bess_invest_design_core\/ui-drawer-content\:deBu8sIDDzrbImTGg8fsg {
    width:var(--width);
  height:100dvh;
  opacity:1;
  position:sticky;
  max-width:100%;
  translate:100% 0 0;
  background:var(--bg-1);
  padding-top:1.5rem;
  border-color:var(--neutral-5, #323035);
  border-style:solid;
  border-width:1px;
  padding-left:1.5rem;
  padding-right:1.5rem;
  padding-bottom:1.5rem;
  }
      

      
  .bess_invest_design_core\/ui-drawer-content\:deBu8sIDDzrbImTGg8fsg.open {
    height:100dvh;
  opacity:1;
  position:sticky;
  max-width:100%;
  translate:0 0 0;
  background:var(--bg-1);
  padding-top:1.5rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
  padding-bottom:1.5rem;
  }
      


  .bess_invest_design_core\/ui-drawer-content\:deBu8sIDDzrbImTGg8fsg.open-transition {
    transition:all 320ms ease 0ms normal;
  }
      


  .bess_invest_design_core\/ui-drawer-content\:deBu8sIDDzrbImTGg8fsg.close-transition {
    transition:all 200ms cubic-bezier(0.58, 0.29, 0.25, 1) 0ms normal;
  }
      

        
      
      
  
      

      
        
      
      
  .bcRQni {
    width:100%;
  display:flex;
  row-gap:4rem;
  column-gap:4rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
        
      
      
  .ftvsXf {
    display:flex;
  row-gap:2rem;
  column-gap:2rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fweEsI {
    display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
      
      
  .eulpMp {
    gap:1rem;
  flex:0;
  width:100%;
  flex-direction:row;
  padding-bottom:0.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bess_invest_design_core\/ui-dialog\:2Jq0hg7iHq1XoDcqphYbM {
    opacity:0;
  background-color:var(--overlay-inverted-a9, #000000b3);
  }
      

      
  .bess_invest_design_core\/ui-dialog\:2Jq0hg7iHq1XoDcqphYbM.open {
    opacity:1;
  }
      


  .bess_invest_design_core\/ui-dialog\:2Jq0hg7iHq1XoDcqphYbM.open-transition {
    transition:opacity 300ms ease 0ms normal;
  }
      


  .bess_invest_design_core\/ui-dialog\:2Jq0hg7iHq1XoDcqphYbM.close-transition {
    transition:opacity 300ms ease 0ms normal;
  }
      

        
      
      
  
      

      
        
      
      
  .bess_invest_design_core\/ui-dialog\:mk2FE0yKAZyGEXXJ6Ve6C {
    padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dbFtrR {
    max-width:var(--max-width);
  }
      

      
        
      
      
  .bess_invest_design_core\/ui-dialog-content\:deBu8sIDDzrbImTGg8fsg {
    width:100%;
  opacity:0;
  translate:0 20px;
  padding-top:1rem;
  border-color:var(--neutral-5, #323035);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--rounding-lg);
  padding-right:1rem;
  padding-bottom:1rem;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
  .bess_invest_design_core\/ui-dialog-content\:deBu8sIDDzrbImTGg8fsg.open {
    opacity:1;
  translate:0 0px;
  }
      


  .bess_invest_design_core\/ui-dialog-content\:deBu8sIDDzrbImTGg8fsg.open-transition {
    transition:all 320ms ease 0ms normal;
  }
      


  .bess_invest_design_core\/ui-dialog-content\:deBu8sIDDzrbImTGg8fsg.close-transition {
    transition:all 200ms cubic-bezier(0.58, 0.29, 0.25, 1) 0ms normal;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eOiZTW {
    gap:1rem;
  width:100%;
  flex-direction:row;
  padding-bottom:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bess_invest_design_core\/ui-dialog-close-button\:0UejbWbkSBc3aoxa0Wz1c {
    width:var(--line-height-2xl);
  height:var(--line-height-2xl);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bess_invest_design_core\/ui-dialog-title\:root {
    flex:1;
  color:var(--neutral-12, #EEEEF0);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dnZEVP {
    gap:0.5rem;
  align-items:center;
  padding-top:1.5rem;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .navbar\:aaVz2Se6G2gq7MLYhEI_3 {
    display:flex;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .navbar\:lDOIkLI2WGbATMOzDeEre {
    color:var(--text-muted);
  }
      

      
        
      
      
  .dInceg {
    width:fit-content;
  cursor:pointer;
  }
      

      
        
      
      
  .eqpWUR {
    display:flex;
  row-gap:1rem;
  font-size:inherit;
  column-gap:1rem;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  margin-bottom:1.5rem;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .navbar\:wdlgYUFn9FN6bNIUj4CMH {
    font-weight:var(--semi);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .navbar\:xnSKS2Jd0DS0VUXeuvHLE {
    flex:1;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .caaQb {
    top:0px;
  left:0px;
  right:0px;
  z-index:99999;
  position:fixed;
  transition:all 700ms cubic-bezier(0.66, 0, 0.32, 0.99);
  padding-left:var(--padding-global);
  padding-right:var(--padding-global);
  }
      

      
  .caaQb.hide {
    translate:0 -140% 0;
  }
      

        
      
      
  
      

      
        
      
      
  .cgznyR {
    width:100%;
  display:flex;
  row-gap:2rem;
  z-index:1;
  max-width:95rem;
  column-gap:2rem;
  align-items:flex-start;
  padding-left:var(--global-card);
  padding-right:var(--global-card);
  justify-content:flex-start;
  }
      

      
        
      
      
  .s-startseite-einnahmen\:5voM_78QEsLHc2USzHZeg {
    color:var(--text-inverted);
  }
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .bXZjnS {
    width:100%;
  height:fit-content;
  opacity:1;
  row-gap:2rem;
  background:var(--bg-1);
  column-gap:2rem;
  padding-top:var(--global-card);
  padding-left:var(--global-card);
  padding-right:var(--global-card);
  padding-bottom:var(--global-card);
  border-top-left-radius:var(--rounding-md);
  border-top-right-radius:var(--rounding-md);
  border-bottom-left-radius:var(--rounding-md);
  border-bottom-right-radius:var(--rounding-md);
  }
      

      
  .bXZjnS.disabled {
    opacity:0;
  position:absolute;
  }
      

        
      
      
  .calculatorInvestor\:-2d1ypRju6glliIkZmzCP {
    font-weight:var(--semi);
  }
      

      
        
      
      
  .cqpJsI {
    width:100%;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .evMYpB {
    flex:1;
  row-gap:1rem;
  column-gap:1rem;
  }
      

      
          @media (max-width: 500px) {
            
  .evMYpB {
    flex:0;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bess_invest_design_core\/ui-select-item\:root {
    gap:0.5rem;
  color:var(--text);
  width:100%;
  cursor:default;
  height:var(--interactive-height-sm);
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  white-space:nowrap;
  padding-left:0.25rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:0px;
  padding-right:0.75rem;
  text-overflow:ellipsis;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .bess_invest_design_core\/ui-select-item\:root:hover {
    background:var(--overlay-inverted-a1);
  }
      


  .bess_invest_design_core\/ui-select-item\:root:focus {
    background:var(--overlay-inverted-a1);
  }
      


  .bess_invest_design_core\/ui-select-item\:root.checked {
    color:var(--text);
  }
      


  .bess_invest_design_core\/ui-select-item\:root.disabled {
    cursor:default;
  opacity:0.5;
  }
      


  .bess_invest_design_core\/ui-select-item\:root.disabled:hover {
    background-color:transparent;
  }
      

        
      
      
  .bess_invest_design_core\/ui-select-item\:MC36YIstumLJF1gXxjzf8 {
    color:inherit;
  }
      

      
        
      
      
  .dAjXu {
    color:inherit;
  width:0.25rem;
  height:1rem;
  display:flex;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  justify-content:center;
  }
      

      
        
      
      
  .bess_invest_design_core\/ui-select-item\:cdCkJMXt0msTU-yGyEdau {
    color:inherit;
  }
      

      
        
      
      
  .BEodR {
    width:fit-content;
  height:fit-content;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .bess_invest_design_core\/ui-select-item\:jXOY0P1qhs4GCmB0ulghg {
    width:1.125rem;
  height:1.125rem;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .eyVPLS {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eFQaJC {
    top:var(--top);
  left:var(--left);
  position:absolute;
  outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  pointer-events:all;
  transform-origin:var(--transform-origin-x) var(--transform-origin-y);
  }
      

      
  .eFQaJC:focus {
    outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  }
      


  .eFQaJC.hidden {
    visibility:hidden;
  pointer-events:none;
  }
      


  .eFQaJC.match-anchor-width {
    width:var(--sc-anchor-width);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bess_invest_design_core\/ui-select-content\:root {
    gap:0.25rem;
  opacity:0;
  min-width:fit-content;
  background:var(--bg-1);
  max-height:50dvh;
  padding-top:1rem;
  border-color:var(--border-1);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--rounding-lg);
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
  .bess_invest_design_core\/ui-select-content\:root.open {
    opacity:1;
  }
      


  .bess_invest_design_core\/ui-select-content\:root.open-transition {
    transition:opacity 200ms ease 0ms normal;
  }
      


  .bess_invest_design_core\/ui-select-content\:root.close-transition {
    transition:opacity 200ms ease 0ms normal;
  }
      


  .bess_invest_design_core\/ui-select-content\:root:focus {
    outline-color:#ffffff;
  outline-style:none;
  outline-width:0px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eGIOMo {
    height:4rem;
  display:flex;
  background:var(--neutral-11);
  align-items:center;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  justify-content:space-between;
  border-top-left-radius:var(--rounding-sm);
  border-top-right-radius:var(--rounding-sm);
  border-bottom-left-radius:var(--rounding-sm);
  border-bottom-right-radius:var(--rounding-sm);
  }
      

      
        
      
      
  .bRmaGa {
    font-weight:var(--semi);
  }
      

      
        
      
      
  
      

      
        
      
      
  .borAbB {
    top:0px;
  right:-25%;
  width:clamp(3rem, 2.073rem + 3.902vw, 5rem);
  height:clamp(3rem, 2.073rem + 3.902vw, 5rem);
  display:flex;
  position:absolute;
  background:var(--warning-11);
  align-items:center;
  justify-content:center;
  border-top-left-radius:var(--rounding-full);
  border-top-right-radius:var(--rounding-full);
  border-bottom-left-radius:var(--rounding-full);
  border-bottom-right-radius:var(--rounding-full);
  }
      

      
        
      
      
  
      

      
        
      
      
  .dDGTZe {
    row-gap:0.5rem;
  max-width:100%;
  column-gap:0.5rem;
  overflow-x:clip;
  overflow-y:clip;
  flex-direction:row;
  }
      

      
          @media (max-width: 1250px) {
            
  .dDGTZe {
    display:flex;
  flex-direction:column;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .calculatorInvestor\:KLfWdievWO_ZwfqtPNHiz {
    font-weight:var(--semi);
  }
      

      
        
      
      
  
      

      
        
      
      
  .calculatorInvestor\:M4Bg6inBSNMLeRznxAB1_ {
    font-weight:var(--semi);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dYElHa {
    width:var(--width);
  height:var(--height);
  position:fixed;
  pointer-events:none;
  }
      

      
  .dYElHa.modal {
    pointer-events:all;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .calculatorInvestor\:Q90Ro1B0Jvp__nCF2Q7h1 {
    width:30rem;
  height:100%;
  }
      

      
        
      
      
  .bXiymN {
    width:fit-content;
  height:100%;
  object-fit:contain;
  }
      

      
        
      
      
  .eMluWJ {
    width:fit-content;
  height:clamp(7rem, 5.2857rem + 7.619vw, 11rem);;
  padding‑right:3rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eNsxAH {
    display:flex;
  row-gap:0.5rem;
  background:var(--success-11);
  column-gap:0.5rem;
  align-items:flex-start;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:flex-start;
  border-top-left-radius:var(--rounding-sm);
  border-top-right-radius:var(--rounding-sm);
  border-bottom-left-radius:var(--rounding-sm);
  border-bottom-right-radius:var(--rounding-sm);
  }
      

      
        
      
      
  .dxXcJW {
    height:4rem;
  display:flex;
  z-index:2;
  background:var(--neutral-11);
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  border-top-left-radius:var(--rounding-sm);
  border-top-right-radius:var(--rounding-sm);
  border-bottom-left-radius:var(--rounding-sm);
  border-bottom-right-radius:var(--rounding-sm);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cvFzAx {
    flex:1;
  row-gap:0.5rem;
  max-width:100%;
  column-gap:0.5rem;
  }
      

      
        
      
      
  .btRlvX {
    flex:2;
  height:100%;
  max-width:100%;
  background:var(--neutral-11);
  min-height:24rem;
  overflow-x:auto;
  overflow-y:auto;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-top-left-radius:var(--rounding-sm);
  border-top-right-radius:var(--rounding-sm);
  border-bottom-left-radius:var(--rounding-sm);
  border-bottom-right-radius:var(--rounding-sm);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cPGeEZ {
    flex:0;
  height:fit-content;
  row-gap:clamp(2rem, 1.073rem + 3.902vw, 4rem);
  max-width:55rem;
  column-gap:clamp(2rem, 1.073rem + 3.902vw, 4rem);
  flex-direction:row;
  }
      

      
          @media (max-width: 500px) {
            
  .cPGeEZ {
    display:flex;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .calculatorInvestor\:krBGrPnrAV6FrXdDSJ4RT {
    font-weight:var(--semi);
  }
      

      
        
      
      
  .calculatorInvestor\:ltq68yfqM9ecx2JVUZt65 {
    display:flex;
  align-items:center;
  font-weight:var(--medium);
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bess_invest_design_core\/ui-select-trigger\:root {
    gap:0.5rem;
  color:var(--neutral-0);
  width:fit-content;
  height:3rem;
  display:flex;
  font-size:var(--text-md);
  background:transparent;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal, color 200ms ease;
  align-items:center;
  font-family:Barlow;
  font-weight:var(--semi);
  user-select:none;
  border-color:var(--neutral-0);
  border-style:solid;
  border-width:var(--border-md);
  padding-left:1.125rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:1.125rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  -webkit-user-select:none;
  border-top-left-radius:var(--rounding-full);
  border-top-right-radius:var(--rounding-full);
  border-bottom-left-radius:var(--rounding-full);
  border-bottom-right-radius:var(--rounding-full);
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .bess_invest_design_core\/ui-select-trigger\:root:active {
    transition:none;
  }
      


  .bess_invest_design_core\/ui-select-trigger\:root.disabled {
    cursor:default;
  opacity:0.5;
  }
      


  .bess_invest_design_core\/ui-select-trigger\:root:focus-visible {
    outline-color:var(--focus);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  
      

        
      
      
  .bess_invest_design_core\/ui-select-icon\:root {
    color:inherit;
  width:1.25rem;
  height:1.25rem;
  font-size:inherit;
  transition:rotate 200ms ease 0ms normal;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
  .bess_invest_design_core\/ui-select-icon\:root.open {
    rotate:z 180deg;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bess_invest_design_core\/ui-select-trigger\:mOthY2s7wl1xM0ydvBAlc {
    color:var(--text-100);
  text-align:left;
  }
      

      
        
      
      
  .calculatorInvestor\:pYajECXfD_7JZn8NHLFJf {
    width:100%;
  height:4rem;
  background:var(--neutral-10);
  border-color:transparent;
  border-style:solid;
  border-width:0px;
  border-top-left-radius:var(--rounding-sm);
  border-top-right-radius:var(--rounding-sm);
  border-bottom-left-radius:var(--rounding-sm);
  border-bottom-right-radius:var(--rounding-sm);
  }
      

      
        
      
      
  .Qnpj {
    width:100%;
  row-gap:5rem;
  column-gap:5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .fBhGct {
    width:100%;
  height:100%;
  max-width:100%;
  min-width:40rem;
  font-family:Archivo;
  }
      

      
        
      
      
  .calculatorInvestor\:xm04UyxB6Xuo8QlNSAiwk {
    font-weight:var(--semi);
  }
      

      
        
      
      
  
      

      
        
      
      
  .ejbsCy {
    width:fit-content;
  row-gap:0.5rem;
  column-gap:0.5rem;
  padding-top:0.25rem;
  border-color:var(--overlay-a4);
  border-style:solid;
  border-width:1px;
  padding-left:0.25rem;
  padding-right:0.25rem;
  flex-direction:row;
  padding-bottom:0.25rem;
  border-top-left-radius:var(--rounding-full);
  border-top-right-radius:var(--rounding-full);
  border-bottom-left-radius:var(--rounding-full);
  border-bottom-right-radius:var(--rounding-full);
  }
      

      
        
      
      
  .bAnHmm {
    width:10rem;
  height:3rem;
  position:absolute;
  background:var(--accent-1);
  transition:all 500ms linear(0 0%, 0.0018 0.4562%, 0.0078 1.0036%, 0.0283 2.0073%, 0.1103 4.2883%, 0.6185 13.7774%, 0.7357 16.3321%, 0.8296 18.7956%, 0.9088 21.4416%, 0.9687 24.1788%, 1.0112 27.0985%, 1.0263 28.6496%, 1.0375 30.292%, 1.0441 31.7518%, 1.0483 33.3942%, 1.0497 35.0365%, 1.0487 37.0438%, 1.043 40.146%, 1.0194 48.9051%, 1.009 53.8321%, 1.0048 56.5693%, 1.0016 59.4891%, 0.9993 62.5912%, 0.998 66.0584%, 0.9976 72.4453%, 1.0001 100%);
  border-top-left-radius:var(--rounding-full);
  border-top-right-radius:var(--rounding-full);
  border-bottom-left-radius:var(--rounding-full);
  border-bottom-right-radius:var(--rounding-full);
  }
      

      
  .bAnHmm.is-active {
    margin-left:10.5rem;
  }
      

        
      
      
  .eXDtGM {
    width:10rem;
  cursor:pointer;
  height:3rem;
  display:flex;
  z-index:1;
  transition:opacity 300ms ease;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .investor-verpaechter-switch\:AEj9MHlknrJb0pK6kxJFZ {
    color:var(--text-inverted);
  font-weight:var(--semi);
  }
      

      
        
      
      
  .investor-verpaechter-switch\:sOS-KUx7-1rUjF5dO0QDp {
    color:var(--text-inverted);
  font-weight:var(--semi);
  }
      

      
        
      
      
  .bVmfzY {
    width:10rem;
  cursor:pointer;
  height:3rem;
  display:flex;
  z-index:1;
  transition:opacity 300ms ease;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:var(--rounding-full);
  border-top-right-radius:var(--rounding-full);
  border-bottom-left-radius:var(--rounding-full);
  border-bottom-right-radius:var(--rounding-full);
  }
      

      
        
      
      
  
      

      
        
      
      
  .bnyKem {
    width:100%;
  display:flex;
  row-gap:1rem;
  max-width:42rem;
  column-gap:1rem;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
      
      
  .enZinY {
    width:100%;
  opacity:1;
  row-gap:2rem;
  background:var(--bg-1);
  column-gap:2rem;
  padding-top:var(--global-card);
  padding-left:var(--global-card);
  padding-right:var(--global-card);
  padding-bottom:var(--global-card);
  border-top-left-radius:var(--rounding-md);
  border-top-right-radius:var(--rounding-md);
  border-bottom-left-radius:var(--rounding-md);
  border-bottom-right-radius:var(--rounding-md);
  }
      

      
  .enZinY.disabled {
    opacity:0;
  position:absolute;
  }
      

        
      
      
  
      

      
        
      
      
  .nuRro {
    flex:1;
  row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
          @media (max-width: 780px) {
            
  .calculatorlandlord\:3HZgazxcoso8kjDrZyLiy {
    display:none;
  }
      

          }
          
        
      
      
  .bMxRVl {
    width:100%;
  row-gap:0.5rem;
  column-gap:0.5rem;
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dZqWOr {
    flex:1;
  width:100%;
  display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:flex-start;
  padding-top:0rem;
  padding-left:0rem;
  padding-right:0rem;
  padding-bottom:0rem;
  justify-content:flex-end;
  }
      

      
        
      
      
  .elhPAg {
    row-gap:0.5rem;
  column-gap:0.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dhhmAN {
    gap:0.25rem;
  flex-direction:var(--flex-direction);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dLjVeD {
    width:100%;
  display:flex;
  row-gap:0.5rem;
  background:var(--success-11);
  column-gap:0.5rem;
  align-items:flex-start;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:flex-start;
  border-top-left-radius:var(--rounding-sm);
  border-top-right-radius:var(--rounding-sm);
  border-bottom-left-radius:var(--rounding-sm);
  border-bottom-right-radius:var(--rounding-sm);
  }
      

      
        
      
      
  .IVBcI {
    width:100%;
  row-gap:0.5rem;
  column-gap:0.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dgeOsw {
    filter:blur(0px);
  transition:filter 600ms linear(0 0%, 0.0009 1.0135%, 0.0034 1.8581%, 0.0144 3.7162%, 0.0586 7.4324%, 0.1313 11.1486%, 0.2356 15.0338%, 0.5338 23.1419%, 1 32.9392%, 0.9036 36.3176%, 0.8356 39.6959%, 0.7929 43.2432%, 0.7824 44.9324%, 0.7795 45.777%, 0.7782 46.7905%, 0.7785 47.4662%, 0.7809 48.4797%, 0.7911 50.3378%, 0.8311 53.8851%, 0.8973 57.4324%, 1 61.4865%, 0.9675 63.5135%, 0.9445 65.5405%, 0.9306 67.5676%, 0.9267 68.75%, 0.9258 69.7635%, 0.9272 70.777%, 0.9308 71.7905%, 0.9446 73.8176%, 1 78.0405%, 0.9795 80.5743%, 0.9748 81.7568%, 0.9731 83.1081%, 0.975 84.2905%, 0.9799 85.473%, 1 88.0068%, 0.9932 89.3581%, 0.9903 90.8784%, 0.9925 92.3986%, 0.9998 93.9189%, 0.9965 95.777%, 0.9973 96.7905%, 0.9998 97.6351%, 0.9988 98.9865%, 1 100%);
  }
      

      
  .dgeOsw.blurred {
    filter:blur(7px);
  }
      

        
      
      
  .WNKfT {
    flex:2;
  row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .JfJMk {
    flex:1;
  row-gap:0.5rem;
  column-gap:0.5rem;
  }
      

      
        
      
      
  .calculatorlandlord\:fiIdBjjWv9ZOhxg2Ve_aR {
    font-weight:var(--semi);
  }
      

      
        
      
      
  
      

      
        
      
      
  .flZpKP {
    gap:1rem;
  cursor:pointer;
  display:flex;
  background:var(--neutral-11);
  transition:background-color 300ms ease 0ms normal;
  padding-top:0.75rem;
  padding-left:0.75rem;
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.75rem;
  }
      

      
  .flZpKP:hover {
    background:var(--neutral-10);
  }
      


  .flZpKP:active {
    background:var(--brand-11);
  }
      


  .flZpKP.highlighted {
    background-color:var(--neutral-4, #2B292D);
  }
      


  .flZpKP:focus-visible {
    outline-color:var(--focus);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      

        
      
      
  .Gjybf {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  position:absolute;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dRuSdx {
    gap:0.25rem;
  flex:1;
  }
      

      
        
      
      
  
      

      
        
      
      
  .egkcwx {
    width:fit-content;
  }
      

      
        
      
      
  .iqsvV {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  opacity:0;
  position:absolute;
  pointer-events:none;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eUzFOF {
    align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .bess_invest_design_core\/ui-checkbox\:COSfLa56p5GSY4tEf7Yl5 {
    width:var(--toggle-height-md);
  cursor:pointer;
  height:var(--toggle-height-md);
  background:var(--neutral-10);
  transition:background-color 200ms ease 0ms normal, border-color 200ms ease;
  border-color:var(--neutral-7);
  border-style:solid;
  border-width:var(--border-lg);
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      

      
  .bess_invest_design_core\/ui-checkbox\:COSfLa56p5GSY4tEf7Yl5.checked {
    background:var(--secondary);
  border-color:var(--secondary);
  border-style:solid;
  border-width:var(--border-lg);
  }
      


  .bess_invest_design_core\/ui-checkbox\:COSfLa56p5GSY4tEf7Yl5:hover {
    background:var(--neutral-11);
  }
      


  .bess_invest_design_core\/ui-checkbox\:COSfLa56p5GSY4tEf7Yl5.checked:hover {
    background:var(--brand-9);
  border-color:var(--brand-9);
  border-style:solid;
  }
      


  .bess_invest_design_core\/ui-checkbox\:COSfLa56p5GSY4tEf7Yl5:focus-visible {
    outline-color:var(--focus);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  .bess_invest_design_core\/ui-checkbox\:COSfLa56p5GSY4tEf7Yl5.indeterminate {
    background:var(--primary);
  border-color:var(--primary);
  border-style:solid;
  }
      


  .bess_invest_design_core\/ui-checkbox\:COSfLa56p5GSY4tEf7Yl5.indeterminate:hover {
    background:var(--brand-5);
  border-color:var(--brand-5);
  border-style:solid;
  }
      

        
      
      
  .dPsZdn {
    display:flex;
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bess_invest_design_core\/ui-checkbox\:oiAVuOsB5adTAI-6wRMUv {
    color:var(--neutral-12);
  width:1rem;
  height:1rem;
  opacity:0;
  transition:opacity 100ms ease 0ms normal;
  }
      

      
  .bess_invest_design_core\/ui-checkbox\:oiAVuOsB5adTAI-6wRMUv.checked {
    opacity:1;
  }
      


  .bess_invest_design_core\/ui-checkbox\:oiAVuOsB5adTAI-6wRMUv.indeterminate {
    opacity:1;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ecxOzA {
    row-gap:4rem;
  max-width:55rem;
  column-gap:4rem;
  flex-direction:row;
  }
      

      
        
      
      
  .bess_invest_design_core\/toggle-cards-title\:root {
    color:var(--text);
  font-weight:var(--semi);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .foCTYW {
    row-gap:1rem;
  max-width:100%;
  column-gap:1rem;
  flex-direction:row;
  }
      

      
          @media (max-width: 780px) {
            
  .foCTYW {
    display:flex;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .calculatorlandlord\:vGYPRlw8GoHJfFYQKvHaS {
    color:var(--primary);
  font-weight:var(--bold);
  }
      

      
        
      
      
  .edvQab {
    row-gap:5rem;
  column-gap:5rem;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .calculatorlandlord\:yKdZG9LlCAWgOeYBGURBF {
    font-weight:var(--semi);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .s-startseite-einnahmen\:itgyRAnc7IGUgeI3tbIjl {
    color:var(--text-inverted);
  }
      

      
        
      
      
  .ROI-Rechner\:fMsIaKrvMN1ElyDSjT_ii {
    padding-top:var(--padding-lg);
  padding-bottom:var(--global-card);
  }
      

      
        
      
      
  
      

      
        
      
      
  .s-startseite-tabs\:root {
    height:100%;
  row-gap:var(--global-gap);
  column-gap:var(--global-gap);
  }
      

      
        
      
      
  .RUTDf {
    flex:1;
  width:100%;
  display:flex;
  background:var(--bg-1);
  align-items:center;
  padding-top:var(--padding-lg);
  padding-left:var(--global-card);
  padding-right:var(--global-card);
  padding-bottom:var(--padding-lg);
  justify-content:center;
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
        
      
      
  .bess_invest_design_core\/ui-accordion-trigger\:root {
    color:var(--text-muted);
  width:100%;
  height:fit-content;
  display:flex;
  font-size:var(--text-2xl);
  overflow-x:hidden;
  overflow-y:hidden;
  text-align:left;
  transition:background-color 200ms ease 0ms normal, color 200ms ease;
  align-items:center;
  font-family:Archivo;
  font-weight:var(--medium);
  padding-top:1.5rem;
  user-select:none;
  padding-left:1rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  padding-bottom:1.5rem;
  -ms-user-select:none;
  justify-content:flex-start;
  -moz-user-select:none;
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .bess_invest_design_core\/ui-accordion-trigger\:root:hover {
    background-color:var(--overlay-a2, #ffffff1a);
  }
      


  .bess_invest_design_core\/ui-accordion-trigger\:root:active {
    transition:none;
  background-color:var(--overlay-a3, #ffffff26);
  }
      


  .bess_invest_design_core\/ui-accordion-trigger\:root:focus-visible {
    outline-color:var(--focus);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  .bess_invest_design_core\/ui-accordion-trigger\:root.trigger-open {
    color:var(--text);
  background-color:var(--overlay-a3, #ffffff26);
  }
      


  .bess_invest_design_core\/ui-accordion-trigger\:root.disabled {
    cursor:default;
  opacity:0.5;
  background-color:var(--overlay-a1, #ffffff0d);
  }
      

        
      
      
  .bess_invest_design_core\/ui-accordion-trigger\:xJ3l3OC4ysfYeDsGJ7PWz {
    color:inherit;
  font-weight:var(--medium);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .boNMIV {
    flex:1;
  width:100%;
  display:flex;
  background:var(--bg-1);
  align-items:center;
  padding-top:var(--global-card);
  padding-left:var(--global-card);
  padding-right:var(--global-card);
  padding-bottom:var(--padding-sm);
  justify-content:center;
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
        
      
      
  .bsPMBQ {
    width:100%;
  row-gap:2rem;
  column-gap:2rem;
  }
      

      
        
      
      
  .bess_invest_design_core\/ui-accordion-content\:root {
    padding-left:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .DXxv {
    border-left-color:var(--primary);
  border-left-style:solid;
  border-left-width:0.125rem;
  }
      

      
  .DXxv.active {
    border-left-color:var(--overlay-inverted-a1);
  border-left-style:solid;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .edAQxD {
    height:0px;
  overflow-x:hidden;
  overflow-y:hidden;
  will-change:height;
  }
      

      
  .edAQxD.open {
    height:var(--height);
  }
      

        
      
      
  .bess_invest_design_core\/ui-accordion-item\:_ZP-0ctDHprCh5gzsVw9n {
    transition:height 300ms ease 0ms normal;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dAAxpj {
    width:100%;
  height:100%;
  row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  
      

      
  .bJoCor.orientation-horizontal {
    flex-direction:row;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fdZFtv {
    width:100%;
  aspect-ratio:1/1;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      